翻訳と辞書
Words near each other
・ Sparisoma chrysopterum
・ Sparisoma cretense
・ Sparisoma tuiupiranga
・ Spark
・ Spark (1998 film)
・ Spark (2014 film)
・ Spark (2016 film)
・ Spark (Amy Macdonald song)
・ Spark (architects)
・ Spark (cellular automaton)
・ Spark (fire)
・ Spark (horse)
・ Spark (magazine)
・ Spark (Marit Larsen album)
・ Spark (mathematics)
SPARK (programming language)
・ Spark (radio show)
・ SPARK (rocket)
・ Spark (software)
・ Spark (Thomas Leeb album)
・ Spark (Tori Amos song)
・ Spark (Transformers)
・ Spark (U.S. organization)
・ Spark (XMPP client)
・ Spark and Burn
・ Spark arrestor
・ Spark Bridge
・ Spark Capital
・ Spark chamber
・ Spark Clark


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

SPARK (programming language) : ウィキペディア英語版
SPARK (programming language)

SPARK is a formally defined computer programming language based on the Ada programming language, intended for the development of high integrity software used in systems where predictable and highly reliable operation is essential. It facilitates the development of applications that demand safety, security, or business integrity.
Originally, there were three versions of the SPARK language (SPARK83, SPARK95, SPARK2005) based on Ada 83, Ada 95 and Ada 2005 respectively.
A fourth version of the SPARK language, (SPARK 2014 ), based on Ada 2012, was released on April 30, 2014. SPARK 2014 is a complete re-design of the language and supporting verification tools.
The SPARK language consists of a well-defined subset of the Ada language that uses contracts to describe the specification of components in a form that is suitable for both static and dynamic verification.
In SPARK83/95/2005, the contracts are encoded in Ada comments (and so are ignored by any standard Ada compiler), but are processed by the SPARK "Examiner" and its associated tools.
SPARK 2014, in contrast, uses Ada 2012's built-in "aspect" syntax to express contracts, bringing them into the core of the language (). The main tool for SPARK 2014 (GNATprove) is based on the GNAT/GCC infrastructure, and re-uses almost the entirety of the GNAT Ada 2012 front-end.
==Technical overview==
SPARK aims to exploit the strengths of Ada while trying to eliminate all its potential ambiguities and insecurities. SPARK programs are by design meant to be unambiguous, and their behavior is required to be unaffected by the choice of Ada compiler.
These goals are achieved partly by omitting some of Ada's more problematic features (such as unrestricted parallel tasking) and partly by introducing contracts which encode the application designer's intentions and requirements for certain components of a program.
The combination of these approaches is meant to allow SPARK to meet its design objectives, which are:
* logical soundness
* rigorous formal definition
* simple semantics
* security
* expressive power
* verifiability
* bounded resource (space and time) requirements.
* minimal runtime system requirements

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「SPARK (programming language)」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.